Click or drag to resize

UnifiedMessagingService Constructor (String, ICredentials)

Initializes a new instance of the UnifiedMessagingService class.

Namespace:  Independentsoft.Exchange.UnifiedMessaging
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public UnifiedMessagingService(
	string url,
	ICredentials credentials
)

Parameters

url
Type: SystemString
The URL.
credentials
Type: System.NetICredentials
The credentials.
See Also